home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / grob2tif.doc < prev    next >
Text File  |  1995-03-31  |  1KB  |  48 lines

  1.                           GROB2TIF.DOC File 
  2.  
  3.                   (c)  Hewlett-Packard Company, 1990 
  4.  
  5.  
  6. OVERVIEW 
  7. -------- 
  8.  
  9. The GROB2TIF application is a program for your personal computer that converts 
  10. an HP 48 graphics object (GROB) into a TIFF (Tag Image File Format) file. 
  11. TIFF format graphics can be used by many word processors, paint programs, and  
  12. desktop publishing programs. 
  13.  
  14.  
  15. PROCEDURE 
  16. --------- 
  17.  
  18. These are the steps for creating a TIFF format file: 
  19.  
  20.  1.  Create a graphics object on your HP 48.  (Executing the command sequence 
  21.      PICT RCL is a good way to create a GROB.) 
  22.  
  23.  2.  Store the GROB in a variable on your HP 48. 
  24.  
  25.  3.  Transfer the variable to your computer.  Since GROB2TIF requires ASCII- 
  26.      type files, make sure your calculator is set to ASCII transfer mode in  
  27.      the I/O SETUP menu.  
  28.  
  29.  4.  Run GROB2TIF.  [Note: include NO COMMENTS in the source file! -jkh-] 
  30.  
  31. GROB2TIF reads the GROB file from the standard input and writes the output 
  32. to standard out.  Therefore, you must give the output file a new name when 
  33. you run GROB2TIF: 
  34.  
  35. GROB2TIF < grob_file > TIFF_file 
  36.  
  37.  
  38. EXAMPLE 
  39. ------- 
  40.  
  41. For example, if the GROB variable was uploaded to the computer file 
  42. PICTURE.GRO, you would type the following: 
  43.  
  44. GROB2TIF < PICTURE.GRO > PICTURE.TIF 
  45.  
  46. When you press [ENTER], the GROB (PICTURE.GRO) is converted into a TIFF 
  47. file (PICTURE.TIF).  
  48.